CellVerticalAlignment Enumeration
Represents how to vertically align a line that is less than 100% of its height within the columned area.
Namespace: Independentsoft.Office.Odf.StylesAssembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
public enum CellVerticalAlignment
Public Enumeration CellVerticalAlignment
| Bottom | 0 |
Line is aligned with the bottom of a columned area.
|
| Top | 1 |
Line is aligned with the top of a columned area.
|
| Middle | 2 |
Line is aligned with the middle of a columned area.
|
| Automatic | 3 |
Line is aligned automatic of a columned area.
|
| None | 4 |
None.
|